CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - parallel programming

搜索资源列表

  1. parallelportexam

    0下载:
  2. vc并口编程实例,很好用的一个小东东!我试过了,有不少实例!-vc Parallel Programming example of a good use of small Eastern! I tried, there are many examples!
  3. 所属分类:并口编程

    • 发布日期:2008-10-13
    • 文件大小:16932
    • 提供者:hss
  1. src_parallel

    0下载:
  2. this code is a parallel programming code . such code is esay but is very useful to understand how to write the parallel code.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:15330
    • 提供者:原代码
  1. Metaparllel

    0下载:
  2. 串行程序并行化软件 它提供给程序员一个图形化的交互界面,首先由程序员选择并行算法,然后通过配置向导对所选择的并行算法进行定制,生成配置文件,然后参照配置文件自动生成并行程序的框架代码,并将程序员提供的元任务的串行代码嵌入到框架代码中,最后生成并行程序-software programmers to provide an interactive graphical interface, the first programmer to choose from parallel algorithm
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:158351
    • 提供者:joey
  1. CUDA-Programming-2.0

    0下载:
  2. CUDA 是一种并行编程模型和软件环境,用于应对这种挑战,同时保证熟悉 C 语言等标准编程语言的程序员能够迅速掌握 CUDA-CUDA is a parallel programming model and software environment for the response to this challenge, while ensuring that familiar with standard programming languages such as C language progr
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:1013435
    • 提供者:LR
  1. An-adaptation-of-the-flow-of-multi-core-parallel-p

    0下载:
  2. 一种适应多核的流水并行编程模式An adaptation of the flow of multi-core parallel programming model-An adaptation of the flow of multi-core parallel programming model
  3. 所属分类:Project Design

    • 发布日期:2017-03-23
    • 文件大小:65798
    • 提供者:bbhhee
  1. CUDA-Parallel-Programming-Tutorial

    0下载:
  2. CUDA programming Tutorial
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:669691
    • 提供者:Robin
  1. David-B.-Kirk.-Programming-Massively-Parallel-Pro

    0下载:
  2. NVIDIA Fellow David Kirk and UIUC Professor Wen-mei Hwu have published their landmark textbook, Programming Massively Parallel Processors: A Hands-on Approach. This book will enable generations of programmers to understand and exploit the massively p
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3669916
    • 提供者:sergius
  1. Parallel-computing-techniques

    0下载:
  2. 给出了linux集群系统的设计与实现,对并行程序设计中的消息传递机制给出了详细的说明,针对不同并行计算模型,研究了了并行程序设计的方法,结合数据挖掘技术等,给出并行计算平台的构建方法,并且对并行计算技术在化工过程与优化中的应用有很多优秀的观点。资料内容很丰富,对于研究并行技术的朋友有很大帮助。-Given Linux cluster system design and implementation of parallel programming, the message transfer mec
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-16
    • 文件大小:25996091
    • 提供者:王鹏
  1. Introduction-to-Parallel-Computing

    0下载:
  2. 并行编程介绍 介绍并行计算方面的知识,作者加入了自己的理解-Who introduced parallel computing parallel programming knowledge
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:8891
    • 提供者:stonylhy
  1. CUDA-programming

    0下载:
  2. 此文档讲述的事CUDA编程的基础技术,对于基于GPU 的并行编程入门学者有帮助-This document is about the basis of the CUDA programming technology, entry scholars for GPU-based parallel programming
  3. 所属分类:MPI

    • 发布日期:2017-05-12
    • 文件大小:2945440
    • 提供者:wangzhao
  1. LabVIEW-parallel-Demo

    0下载:
  2. 本Demo演示了LabVIEW图形化开发环境的并行编程模式。在并行循环之间可以通过队列或者是局部变量传递数据。基于队列的并行循环模式也叫做生产者/消费者模式。-This Demo demonstrates NI LabVIEW graphical development environment of parallel programming model. Between the parallel loop through the queue or a local variable data tr
  3. 所属分类:LabView编程

    • 发布日期:2017-03-29
    • 文件大小:102847
    • 提供者:化玉伟
  1. The-LabVIEW-Parallel-Loop-Demo

    0下载:
  2. 本Demo演示了NI公司LabVIEW图形化开发环境的并行编程模式。在并行循环之间可以通过队列或者是局部变量传递数据。基于队列的并行循环模式也叫做生产者/消费者模式。-Demo Demo NI' s LabVIEW graphical development environment for parallel programming mode. Can queue or local variables to pass data between parallel loops. Based on
  3. 所属分类:LabView

    • 发布日期:2017-11-12
    • 文件大小:863700
    • 提供者:李扬
  1. parallel-compute.

    0下载:
  2. 一个基于OpenMp并行编程的实例,基于多线程,多线程比单线程下节省运行时间的典型例子。算法内容主要是计算矩阵乘积,再求个元素和。可通过"任务管理器"-"性能"查看运行在多核上。-Typical example of a parallel programming based OpenMp instance, save run time based on the multi-threaded, multi-threading than single-threaded. The algorithm
  3. 所属分类:MPI

    • 发布日期:2017-11-21
    • 文件大小:21072
    • 提供者:shell
  1. MPI-Programming

    0下载:
  2. 高性能计算之并行编程技术-MPI并行程序设计。-Parallel programming techniques for high-performance computing-MPI parallel program design.
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:855846
    • 提供者:Mr.Dang
  1. MPI-PARALLEL-DESIGN

    0下载:
  2. mpi并行编程设计,包括c语言,C++和fortran语言的程序设计-mpi parallel programming design, including the c language, C++ programming language and fortran
  3. 所属分类:Communication

    • 发布日期:2017-05-06
    • 文件大小:1258286
    • 提供者:cccy
  1. A-Parallel-Computing-Example

    0下载:
  2. matlab code for parallel programming
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-13
    • 文件大小:1761
    • 提供者:Nivedh
  1. Parallel-Programming-in-Matlab

    2下载:
  2. Matlab中的并行计算,《实战Matlab之并行程序设计》程序代码-Parallel computing in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-01-21
    • 文件大小:9141248
    • 提供者:李健康
  1. MPI-programming

    1下载:
  2. MPI分布式内存编程,适合基础学习。并行程序设计导论-MPI DISTRIBUTED MEMORY programming,suitable for learning。 An introduction to parallel programming
  3. 所属分类:Linux Network

    • 发布日期:2014-12-17
    • 文件大小:30720
    • 提供者:sunpine
  1. parallel-Performence

    0下载:
  2. MPI与OpenMP并行程序设计(C语言版):并行性能分析-MPI and OpenMP parallel programming (C language version): Parallel Performance Analysis
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:905
    • 提供者:anqi
  1. [GPU-CUDA--C-Programming]

    0下载:
  2. GPU CUDA C并行编程是计算机实现并行高速计算的强大方式,本资料将引领你进入这个神奇的世界-GPU CUDA C parallel programming is a powerful way to achieve parallel high-speed computer, this information will lead you into the magic of the world
  3. 所属分类:MPI

    • 发布日期:2017-12-17
    • 文件大小:44877824
    • 提供者:王KK
« 1 2 34 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com